Tested with L2R rows and mouse highlight on a single line.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Oct 2010 12:28:28 +0000 (14:28 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Oct 2010 12:28:28 +0000 (14:28 +0200)
commit31549eb572532bae56aad705611e1c9d9b4ae4b0
treec12532ae5f8e0fb033c17f95ed120396ba90f8c7
parentfcbbd8e4530500d471b9eaaa255454478d813a3c
Tested with L2R rows and mouse highlight on a single line.

 xdisp.c (mouse_face_from_string_pos): Initialize the `found'
 flag to zero, and exit the outer loop when it's non-zero.  Bail
 our early if no row in the window belongs to the highlighted
 string.  Always back up after exiting the second loop.
src/ChangeLog
src/xdisp.c